libxl: probe disk backend type in libxl_device_disk_add
authorIan Campbell <ian.campbell@citrix.com>
Thu, 6 Oct 2011 15:19:46 +0000 (16:19 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 6 Oct 2011 15:19:46 +0000 (16:19 +0100)
commitf030f8c6d18f99fc627420a3484ff7bfba1ebf16
treeb8a6f35a1b7fdbabef5ce2f4ff90187609448d0b
parent321753f1adef025cc14b76c6afad27500e8f210a
libxl: probe disk backend type in libxl_device_disk_add

Without this "xl block-attach" does not work. On create do_domain_create already
catches this.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c